3.10.82 \(\int \frac {(1-x)^n (1+x)^{-n}}{x} \, dx\) [982]

Optimal. Leaf size=68 \[ -\frac {(1-x)^n (1+x)^{-n} \, _2F_1\left (1,n;1+n;\frac {1-x}{1+x}\right )}{n}+\frac {2^{-n} (1-x)^n \, _2F_1\left (n,n;1+n;\frac {1-x}{2}\right )}{n} \]

[Out]

-(1-x)^n*hypergeom([1, n],[1+n],(1-x)/(1+x))/n/((1+x)^n)+(1-x)^n*hypergeom([n, n],[1+n],1/2-1/2*x)/(2^n)/n

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 68, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 18, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.167, Rules used = {132, 71, 133} \begin {gather*} \frac {2^{-n} (1-x)^n \, _2F_1\left (n,n;n+1;\frac {1-x}{2}\right )}{n}-\frac {(1-x)^n (x+1)^{-n} \, _2F_1\left (1,n;n+1;\frac {1-x}{x+1}\right )}{n} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(1 - x)^n/(x*(1 + x)^n),x]

[Out]

-(((1 - x)^n*Hypergeometric2F1[1, n, 1 + n, (1 - x)/(1 + x)])/(n*(1 + x)^n)) + ((1 - x)^n*Hypergeometric2F1[n,
 n, 1 + n, (1 - x)/2])/(2^n*n)

Rule 71

Int[((a_) + (b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((a + b*x)^(m + 1)/(b*(m + 1)*(b/(b*c
 - a*d))^n))*Hypergeometric2F1[-n, m + 1, m + 2, (-d)*((a + b*x)/(b*c - a*d))], x] /; FreeQ[{a, b, c, d, m, n}
, x] && NeQ[b*c - a*d, 0] &&  !IntegerQ[m] &&  !IntegerQ[n] && GtQ[b/(b*c - a*d), 0] && (RationalQ[m] ||  !(Ra
tionalQ[n] && GtQ[-d/(b*c - a*d), 0]))

Rule 132

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_), x_Symbol] :> Dist[b*d^(m
+ n)*f^p, Int[(a + b*x)^(m - 1)/(c + d*x)^m, x], x] + Int[(a + b*x)^(m - 1)*((e + f*x)^p/(c + d*x)^m)*ExpandTo
Sum[(a + b*x)*(c + d*x)^(-p - 1) - (b*d^(-p - 1)*f^p)/(e + f*x)^p, x], x] /; FreeQ[{a, b, c, d, e, f, m, n}, x
] && EqQ[m + n + p + 1, 0] && ILtQ[p, 0] && (GtQ[m, 0] || SumSimplerQ[m, -1] ||  !(GtQ[n, 0] || SumSimplerQ[n,
 -1]))

Rule 133

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_), x_Symbol] :> Simp[(b*c - a
*d)^n*((a + b*x)^(m + 1)/((m + 1)*(b*e - a*f)^(n + 1)*(e + f*x)^(m + 1)))*Hypergeometric2F1[m + 1, -n, m + 2,
(-(d*e - c*f))*((a + b*x)/((b*c - a*d)*(e + f*x)))], x] /; FreeQ[{a, b, c, d, e, f, m, p}, x] && EqQ[m + n + p
 + 2, 0] && ILtQ[n, 0] && (SumSimplerQ[m, 1] ||  !SumSimplerQ[p, 1]) &&  !ILtQ[m, 0]

Rubi steps

\begin {align*} \int \frac {(1-x)^n (1+x)^{-n}}{x} \, dx &=-\int (1-x)^{-1+n} (1+x)^{-n} \, dx+\int \frac {(1-x)^{-1+n} (1+x)^{-n}}{x} \, dx\\ &=-\frac {(1-x)^n (1+x)^{-n} \, _2F_1\left (1,n;1+n;\frac {1-x}{1+x}\right )}{n}+\frac {2^{-n} (1-x)^n \, _2F_1\left (n,n;1+n;\frac {1-x}{2}\right )}{n}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.04, size = 67, normalized size = 0.99 \begin {gather*} \frac {2^{-n} (1-x)^n (1+x)^{-n} \left (-2^n \, _2F_1\left (1,n;1+n;\frac {1-x}{1+x}\right )+(1+x)^n \, _2F_1\left (n,n;1+n;\frac {1-x}{2}\right )\right )}{n} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(1 - x)^n/(x*(1 + x)^n),x]

[Out]

((1 - x)^n*(-(2^n*Hypergeometric2F1[1, n, 1 + n, (1 - x)/(1 + x)]) + (1 + x)^n*Hypergeometric2F1[n, n, 1 + n,
(1 - x)/2]))/(2^n*n*(1 + x)^n)

________________________________________________________________________________________

Maple [F]
time = 0.04, size = 0, normalized size = 0.00 \[\int \frac {\left (1-x \right )^{n} \left (1+x \right )^{-n}}{x}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((1-x)^n/x/((1+x)^n),x)

[Out]

int((1-x)^n/x/((1+x)^n),x)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1-x)^n/x/((1+x)^n),x, algorithm="maxima")

[Out]

integrate((-x + 1)^n/((x + 1)^n*x), x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1-x)^n/x/((1+x)^n),x, algorithm="fricas")

[Out]

integral((-x + 1)^n/((x + 1)^n*x), x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\left (1 - x\right )^{n} \left (x + 1\right )^{- n}}{x}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1-x)**n/x/((1+x)**n),x)

[Out]

Integral((1 - x)**n/(x*(x + 1)**n), x)

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1-x)^n/x/((1+x)^n),x, algorithm="giac")

[Out]

integrate((-x + 1)^n/((x + 1)^n*x), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {{\left (1-x\right )}^n}{x\,{\left (x+1\right )}^n} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((1 - x)^n/(x*(x + 1)^n),x)

[Out]

int((1 - x)^n/(x*(x + 1)^n), x)

________________________________________________________________________________________